kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.collections
/
[JRE]MutableListIterator
/
set
set
JRE
abstract
fun
set
(
element
:
T
)
Content copied to clipboard
Replaces the last element returned by
next
or
previous
with the specified element
element
.